Update database to allow pathways to be soft deleted
| Features | Database |
|---|---|
| MoSCoW | Must |
| Owner | Amani |
| Size | M |
| Sprint | 6 |
| Status | Done |
- Update database to allow pathways to be soft deleted
- Acceptance Criteria:
- The database schema should be modified to support soft deletion of pathways.
- A column called isActive will serve as the mechanism for marking pathways as "soft deleted" without permanently removing them from the database should be implemented.
- Existing data should be retained and marked as soft deleted when applicable.
- Acceptance Criteria: